LogData Class
Class containing a set of logged data.
Namespace:IntervalZero.KINGSTAR.OpcUa Namespace
Assembly: IntervalZero.KINGSTAR.OpcUa (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public class LogData
Public Class LogData
The LogData class exposes the following members.
Constructor
Name | Description | |
---|---|---|
![]() |
LogData |
The creator of the class. It takes the timestamp of the first data as parameter. |
Properties
Name | Description | |
---|---|---|
![]() |
Data | List of raw data for each channel. |
![]() |
TriggerLocalTime | Timestamp of the first element in local time. |
![]() |
TriggerUtcTime | Timestamp of the first element in UTC time. |
See also